Cannot read a write-only property moduleControl::$shop. search►
File: ...\libs\Nette\common\ObjectMixin.php:168
158: $val = $_this->$m(); 159: return $val; 160: } 161: 162: } elseif (isset(self::$methods[$class][$name])) { // public method as closure getter 163: $val = Callback::create($_this, $name); 164: return $val; 165: 166: } else { // strict class 167: $type = isset(self::$methods[$class]['set' . $uname]) ? 'a write-only' : 'an undeclared'; 168: throw new MemberAccessException("Cannot read $type property $class::\$$name."); 169: } 170: } 171: 172:
...\libs\Nette\common\Object.php:130 source Nette\ObjectMixin:: get (arguments)
| $_this | moduleControl (15) |
|---|---|
| $name | "shop" (4)
|
120: 121: 122: /** 123: * Returns property value. Do not call directly. 124: * @param string property name 125: * @return mixed property value 126: * @throws MemberAccessException if the property is not defined. 127: */ 128: public function &__get($name) 129: { 130: return ObjectMixin::get($this, $name); 131: } 132: 133: 134:
...\app\components\moduleControl.php:74 source Nette\Object-> __get (arguments)
| $name | "shop" (4)
|
|---|
64: $component = $this->createComponent($name); 65: $component->installModule(); 66: 67: } 68: 69: 70: protected function createComponent($name) { 71: try { 72: $component = new zasilkovnaControl(); 73: $component->setTranslator($this->translator); 74: $component->setShop($this->shop); 75: $this->addComponent($component, $name); 76: return $component; 77: } 78: catch (Exception $e) {
...\app\components\moduleControl.php:112 source moduleControl-> createComponent (arguments)
| $name | "zasilkovna" (10)
|
|---|
102: $this->template->render(); 103: } 104: 105: 106: public function renderShippingModules() { 107: 108: $this->template->setFile(__DIR__ . '/shippingModules.latte'); 109: //; 110: 111: foreach ($this->shopModel->loadModule('') as $component) { 112: $this->createComponent($component->ModuleName); 113: } 114: 115: $components = $this->getComponents(); 116: dump($components);
...\temp\cache\_Nette.FileTemplate\_SmartPanel.shipping.latte-0310c893263886144a4236fd29512a99.php:59 source moduleControl-> renderShippingModules ()
49: <li><a href="#addShip" data-toggle="tab"><?php echo Nette\Templating\Helpers::escapeHtml($template->translate('Add Shipping'), ENT_NOQUOTES) ?></a></li> 50: </ul> 51: <div class="tab-content"> 52: <div class="tab-pane active" id="overal"> 53: <div class="span6"> 54: <table class="table"<?php echo ' id="' . $_control->getSnippetId('shipping') . '"' ?>> 55: <?php call_user_func(reset($_l->blocks['_shipping']), $_l, $template->getParameters()) ?> 56: </table> 57: </div> 58: <div class="span5"> 59: <?php $_ctrl = $_control->getComponent("moduleControl"); if ($_ctrl instanceof Nette\Application\UI\IRenderable) $_ctrl->validateControl(); $_ctrl->renderShippingModules() ?> 60: </div> 61: 62: </div> 63: <div class="tab-pane" id="addShip">
inner-code _lba741006bab_content (arguments)
| $_l | stdClass (4) |
|---|---|
| $_args | array (25) |
...\temp\cache\_Nette.FileTemplate\_templates._layout.latte-661a06b9b2236dd6d24ca2518386390f.php:90 source call_user_func (arguments)
| $function_name | "_lba741006bab_content" (21)
|
|---|---|
| $parmeter | stdClass (4) |
| $... | array (25) |
80: // 81: // block _content 82: // 83: if (!function_exists($_l->blocks['_content'][] = '_lb69a9e144d6__content')) { function _lb69a9e144d6__content($_l, $_args) { extract($_args); $_control->validateControl('content') 84: ?> 85: 86: 87: 88: <?php call_user_func(reset($_l->blocks['pageheader']), $_l, get_defined_vars()) ?> 89: 90: <?php call_user_func(reset($_l->blocks['content']), $_l, get_defined_vars()) ?> 91: 92: <?php 93: }} 94:
inner-code _lb69a9e144d6__content (arguments)
| $_l | stdClass (4) |
|---|---|
| $_args | array (23) |
...\temp\cache\_Nette.FileTemplate\_templates._layout.latte-661a06b9b2236dd6d24ca2518386390f.php:75 source call_user_func (arguments)
| $function_name | "_lb69a9e144d6__content" (22)
|
|---|---|
| $parmeter | stdClass (4) |
| $... | array (23) |
65: // 66: if (!function_exists($_l->blocks['bread'][] = '_lbe29d687f06_bread')) { function _lbe29d687f06_bread($_l, $_args) { extract($_args) 67: ; 68: }} 69: 70: // 71: // block contents 72: // 73: if (!function_exists($_l->blocks['contents'][] = '_lb6ea7870943_contents')) { function _lb6ea7870943_contents($_l, $_args) { extract($_args) 74: ?> <div class="span10 shopInnerContent"<?php echo ' id="' . $_control->getSnippetId('content') . '"' ?>> 75: <?php call_user_func(reset($_l->blocks['_content']), $_l, $template->getParameters()) ?> 76: </div> 77: <?php 78: }} 79:
inner-code _lb6ea7870943_contents (arguments)
| $_l | stdClass (4) |
|---|---|
| $_args | array (25) |
...\temp\cache\_Nette.FileTemplate\_templates._layout.latte-661a06b9b2236dd6d24ca2518386390f.php:390 source call_user_func (arguments)
| $function_name | "_lb6ea7870943_contents" (22)
|
|---|---|
| $parmeter | stdClass (4) |
| $... | array (25) |
380: <?php call_user_func(reset($_l->blocks['slider']), $_l, get_defined_vars()) ?> 381: 382: <div class="shopContent"> 383: <div class="container supercontainer container-fluid"> 384: <?php call_user_func(reset($_l->blocks['bread']), $_l, get_defined_vars()) ?> 385: 386: <div id="content" class="row-fluid"> 387: 388: 389: 390: <?php call_user_func(reset($_l->blocks['contents']), $_l, get_defined_vars()) ; call_user_func(reset($_l->blocks['sidebars']), $_l, get_defined_vars()) ?> 391: </div> 392: </div> 393: </div> 394:
...\libs\Nette\Utils\LimitedScope.php:73 source include (arguments)
| #0 | "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache\_Nette.FileTemplate\_templates._layout.latte-661a06b9b2236dd6d24ca251 ... " (162)
|
|---|
63: */ 64: public static function load(/*$file, array $vars = NULL*/) 65: { 66: if (func_num_args() > 1) { 67: self::$vars = func_get_arg(1); 68: if (self::$vars === TRUE) { 69: return include_once func_get_arg(0); 70: } 71: extract(self::$vars); 72: } 73: return include func_get_arg(0); 74: } 75: 76: } 77:
...\libs\Nette\Templating\FileTemplate.php:119 source Nette\Utils\LimitedScope:: load (arguments)
| #0 | "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache/_Nette.FileTemplate/_templates._layout.latte-661a06b9b2236dd6d24ca251 ... " (162)
|
|---|---|
| #1 | array (24) |
109: } 110: 111: $cache->save($this->file, $compiled, array( 112: Caching\Cache::FILES => $this->file, 113: Caching\Cache::CONSTS => 'Nette\Framework::REVISION', 114: )); 115: $cached = $cache->load($this->file); 116: } 117: 118: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) { 119: Nette\Utils\LimitedScope::load($cached['file'], $this->getParameters()); 120: } else { 121: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParameters()); 122: } 123: }
...\temp\cache\_Nette.FileTemplate\_SmartPanel.shipping.latte-0310c893263886144a4236fd29512a99.php:260 source Nette\Templating\FileTemplate-> render ()
250: if ($_l->extends) { 251: ob_start(); 252: 253: } elseif (!empty($_control->snippetMode)) { 254: return Nette\Latte\Macros\UIMacros::renderSnippets($_control, $_l, get_defined_vars()); 255: } 256: 257: // 258: // main template 259: // 260: if ($_l->extends) { ob_end_clean(); return Nette\Latte\Macros\CoreMacros::includeTemplate($_l->extends, get_defined_vars(), $template)->render(); } 261: call_user_func(reset($_l->blocks['pageheader']), $_l, get_defined_vars()) ?> 262: 263: <?php call_user_func(reset($_l->blocks['content']), $_l, get_defined_vars()) ?> 264:
...\libs\Nette\Utils\LimitedScope.php:73 source include (arguments)
| #0 | "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache\_Nette.FileTemplate\_SmartPanel.shipping.latte-0310c893263886144a4236 ... " (164)
|
|---|
63: */ 64: public static function load(/*$file, array $vars = NULL*/) 65: { 66: if (func_num_args() > 1) { 67: self::$vars = func_get_arg(1); 68: if (self::$vars === TRUE) { 69: return include_once func_get_arg(0); 70: } 71: extract(self::$vars); 72: } 73: return include func_get_arg(0); 74: } 75: 76: } 77:
...\libs\Nette\Templating\FileTemplate.php:119 source Nette\Utils\LimitedScope:: load (arguments)
| #0 | "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache/_Nette.FileTemplate/_SmartPanel.shipping.latte-0310c893263886144a4236 ... " (164)
|
|---|---|
| #1 | array (21) |
109: } 110: 111: $cache->save($this->file, $compiled, array( 112: Caching\Cache::FILES => $this->file, 113: Caching\Cache::CONSTS => 'Nette\Framework::REVISION', 114: )); 115: $cached = $cache->load($this->file); 116: } 117: 118: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) { 119: Nette\Utils\LimitedScope::load($cached['file'], $this->getParameters()); 120: } else { 121: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParameters()); 122: } 123: }
...\libs\Nette\Application\Responses\TextResponse.php:59 source Nette\Templating\FileTemplate-> render ()
49: 50: 51: 52: /** 53: * Sends response to output. 54: * @return void 55: */ 56: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 57: { 58: if ($this->source instanceof Nette\Templating\ITemplate) { 59: $this->source->render(); 60: 61: } else { 62: echo $this->source; 63: }
...\libs\Nette\Application\Application.php:139 source Nette\Application\Responses\TextResponse-> send (arguments)
| $httpRequest | Nette\Http\Request (9) |
|---|---|
| $httpResponse | Nette\Http\Response (5) |
129: if ($response) { 130: $this->onResponse($this, $response); 131: } 132: 133: // Send response 134: if ($response instanceof Responses\ForwardResponse) { 135: $request = $response->getRequest(); 136: continue; 137: 138: } elseif ($response instanceof IResponse) { 139: $response->send($this->httpRequest, $this->httpResponse); 140: } 141: break; 142: 143: } catch (\Exception $e) {
...\www\index.php:10 source Nette\Application\Application-> run ()
1: <?php 2: 3: // Uncomment this line if you must temporarily take down your site for maintenance. 4: // require '.maintenance.php'; 5: 6: // Let bootstrap create Dependency Injection container. 7: $container = require __DIR__ . '/../app/bootstrap.php'; 8: 9: // Run application. 10: $container->application->run(); 11:
array (1)0 => Nette\Application\Request (7)| method private => "GET" (3) | flags private => array (1)| | secured => FALSE| name private => "SmartPanel" (10) | params private => array (3)| | action => "shipping" (8) | | lang => "cs" (2) | | id => NULL| post private => array (0) | files private => array (0) | frozen private => TRUE
SmartPanelPresenter (52)orderModel private => OrderModel (1)| database protected => Nette\Database\Connection (6)productModel private => ProductModel (1)| | dsn private => "mysql:host=localhost;dbname=shop" (32) | | driver private => Nette\Database\Drivers\MySqlDriver (1)| | | connection private => Nette\Database\Connection (6) { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor (6)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver (1) { ... } | | | params private => array (2) [ ... ] | | | remaining private => array (0) | | | counter private => 2 | | | arrayMode private => "assoc" (5)| | selectionFactory private => Nette\Database\Table\SelectionFactory (3)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection (4) { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage (4) { ... }| | pdo private => PDO (0) | | onQuery => array (1)| | | 0 => array (2) [ ... ]| database protected => Nette\Database\Connection (6)categoryModel private => CategoryModel (1)| | dsn private => "mysql:host=localhost;dbname=shop" (32) | | driver private => Nette\Database\Drivers\MySqlDriver (1)| | | connection private => Nette\Database\Connection (6) { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor (6)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver (1) { ... } | | | params private => array (2) [ ... ] | | | remaining private => array (0) | | | counter private => 2 | | | arrayMode private => "assoc" (5)| | selectionFactory private => Nette\Database\Table\SelectionFactory (3)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection (4) { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage (4) { ... }| | pdo private => PDO (0) | | onQuery => array (1)| | | 0 => array (2) [ ... ]| database protected => Nette\Database\Connection (6)shopModel private => ShopModel (1)| | dsn private => "mysql:host=localhost;dbname=shop" (32) | | driver private => Nette\Database\Drivers\MySqlDriver (1)| | | connection private => Nette\Database\Connection (6) { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor (6)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver (1) { ... } | | | params private => array (2) [ ... ] | | | remaining private => array (0) | | | counter private => 2 | | | arrayMode private => "assoc" (5)| | selectionFactory private => Nette\Database\Table\SelectionFactory (3)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection (4) { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage (4) { ... }| | pdo private => PDO (0) | | onQuery => array (1)| | | 0 => array (2) [ ... ]| database protected => Nette\Database\Connection (6)userModel private => UserModel (1)| | dsn private => "mysql:host=localhost;dbname=shop" (32) | | driver private => Nette\Database\Drivers\MySqlDriver (1)| | | connection private => Nette\Database\Connection (6) { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor (6)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver (1) { ... } | | | params private => array (2) [ ... ] | | | remaining private => array (0) | | | counter private => 2 | | | arrayMode private => "assoc" (5)| | selectionFactory private => Nette\Database\Table\SelectionFactory (3)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection (4) { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage (4) { ... }| | pdo private => PDO (0) | | onQuery => array (1)| | | 0 => array (2) [ ... ]| database protected => Nette\Database\Connection (6)translator protected => NetteTranslator\Gettext (10)| | dsn private => "mysql:host=localhost;dbname=shop" (32) | | driver private => Nette\Database\Drivers\MySqlDriver (1)| | | connection private => Nette\Database\Connection (6) { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor (6)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver (1) { ... } | | | params private => array (2) [ ... ] | | | remaining private => array (0) | | | counter private => 2 | | | arrayMode private => "assoc" (5)| | selectionFactory private => Nette\Database\Table\SelectionFactory (3)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection (4) { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage (4) { ... }| | pdo private => PDO (0) | | onQuery => array (1)| | | 0 => array (2) [ ... ]| files protected => array (1)orderRow private => NULL productInOrder private => NULL orderAddress private => NULL blogModel private => BlogModel (1)| | front => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app/lang" (78)| lang protected => "cs" (2) | dictionary protected => array (286)| | "--No parent--" => array (3)| useCache private => FALSE | loaded private => TRUE | sessionStorage private => Nette\Http\SessionSection (5)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "2 in line" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "4 in line" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "@" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "ADD Category" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "ADD Text" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Account => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Account Info" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add Category" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add Category Photo" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add Document" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add Note" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add Payment" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add Photo" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add Post" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add Product" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add Shipping" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add Spec" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add Text" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add any note to this order" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add category photo" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add new product" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add note" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add one of previously added Spec, or enter a new one bellow. Then click Add spec bellow." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Add products" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Address => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Admin => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "All orders" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Amount => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Archive product" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Are => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Are you sure to delete this category?" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Are you sure to delete this text?" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Ask => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Back to Orders" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Back to SmartPanel" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Best sellers" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Big photo" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Big slider" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Bill to" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Blog => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Blog and Gallery" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Buy => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Cancel => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Cancel order" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Cart => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Categories => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Category => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Category: " => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Cellphone => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Change password" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Change value by clicking" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Check news on blog" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Checkout => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Choose Brand" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Choose Category" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Choose Producer" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Choose language:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Choose your delivery option" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | City => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "City:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Click to Download!" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Click to Generate!" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Click to edit" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Click to edit ..." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Click to regenerate!" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Close => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Close without adding" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Close without saving" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Company info" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Complete summary order" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Contact => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Contact us" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Continue your Order" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Create => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Create Category" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Create a new one:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Create new payment:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Create new shipping:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Customer => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Date => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Date created" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Delete => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Delete Category" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Delete Text" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Delete document" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Delete image" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Delete photo" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Description => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Description:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Description: " => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Discount => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Discount:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Do you have any question? Ask us! We will be happy." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Docs => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Document:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Download => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Download INVOICE" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Download XML feed" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Download link" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "EDIT address by Double-clicking." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "EDIT name and phone by Double-clicking." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "EDIT shipping and payment by Double-clicking." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Edit => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit Category" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit Description" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit Documents" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit Order Info" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit Price" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit Product" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit Products" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit Specification" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit Specs" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit info" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit order info and click save" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit payment" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit this text and heading by clicking" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit your description and click Save desccription." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Edit your shop info" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Email => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Email:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Enter Value:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Enter product name…" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Enter this basic info. All other can be added later." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Feature category!" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Feature product" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Featured => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Fill contact information" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Finish Editing Price" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Finish your order" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Free from" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Free from:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Gallery => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Generate Sitemap" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Generate XML feed" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | HOT => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Hello => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Here => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Here you can complete your order. Just fill fields bellow." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Here you see all payment methods." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Hide => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Hide product" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Home => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Homepage layout" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "I accept Terms and condition." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "If so, choose where to move products!" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Image:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "In Stock" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "In order to continue checkout, you have to agree with Term." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "In stock" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Info => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Information about product" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Invoice => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "It has to be a number!" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Item price" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Keep me signed in" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | LAST => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Latest Comments" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Latest Orders" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Logout => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Menu => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "More comments" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "More stats" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Move products to category:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Name => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Name of new Spec:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Name:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | News => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Note => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Note:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Notebook => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Option => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Order administration" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Order summary" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Orders => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Other => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Overal => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Parent Category" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Parent Category:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Password:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Payment => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Payment name:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Payment price:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Payment:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Phone => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Phone:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Photo gallery" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Photo:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Please complete mandatory field." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Please enter a valid email address." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Please enter your password." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Please enter your question." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Please enter your username." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Please fill document name" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Please fill in these information" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Please fill your email." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Please select Payment method" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Please select Shipping method" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Post => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Prev Order" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Price => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Price:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Producer: " => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Product => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Product Name" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Product layout" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Products => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Products layout" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Publish category" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Publish product" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Publish text" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Question:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Read Terms" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Read more" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Regenerate Thumbnails" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Review => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | SALE => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "SOLD OUT" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Sale => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Save description" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Save post" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Save price" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Select Category:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Select Payment method" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Select Product to add" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Select one of already created:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Select photo and click Add photo" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Select spec:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Select unit:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Select your logo" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Set Catalog Layout" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Shipping => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Shipping name:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Shipping price:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Shipping:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Shop info" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Shop layout" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Sidebar => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Sign In" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Sign in" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Singleton => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Small slider" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Smartphone => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Spec => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Static Text" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Stats => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Status => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Storage => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Street => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Street:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Subcategories => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Subject => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Tablets => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "This has to be a number" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "This has to be a number." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "This month" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "To add photos, upload them and then "Click to edit" and drag photos to editor." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Total => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Total price" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Track order" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Track your order" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Unpublish category" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Unpublish text" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Upgrade => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Upload => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Upload your logo" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Users => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Video => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | View => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | Warehouse => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "We will respond as soon as possible." => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "What would you like to know:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Would you fill your email, please?" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Would you fill your name, please?" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Write to us" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | You => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "You are logged in as admin. You can simply edit this category by clicking on Title, Description or panel bellow etc. More info?" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "You cannot edit product here!" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Your Note:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Your cart" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Your email:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Your order number:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "Your subscription" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | ZIP => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | "ZIP:" => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | pcs => array (3)| | | original => array (1) [ ... ] | | | translation => array (1) [ ... ] | | | file => "front" (5)| | session private => Nette\Http\Session (4)| cache private => Nette\Caching\Cache (4)| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request (9) { ... } | | | response private => Nette\Http\Response (5) { ... }| | name private => "NetteTranslator-Gettext" (23) | | data private => array (2)| | | newStrings => array (6) [ ... ] | | | stack => array (2) [ ... ]| | meta private => NULL | | warnOnUndefined => FALSE| | storage private => Nette\Caching\Storages\FileStorage (4)| httpResponse private => Nette\Http\Response (5)| | | dir private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache" (80) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal (9) { ... } | | | locks private => NULL| | namespace private => "NetteTranslator-Gettext\x00" (24) | | key private => NULL | | data private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| metadata private => array (1)| | front => array (8)| metadataList private => array (13)| | | "PO-Revision-Date" => "2013-07-27 09:49+0200" (21) | | | "Project-Id-Version" => "" | | | "POT-Creation-Date" => "" | | | "Language-Team" => "" | | | "MIME-Version" => "1.0" (3) | | | "Content-Type" => "text/plain; charset=UTF-8" (25) | | | "Content-Transfer-Encoding" => "8bit" (4) | | | "Plural-Forms" => "nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4 ? 1 : 2));" (57)| | "Project-Id-Version" => "" | | "Report-Msgid-Bugs-To" => NULL | | "POT-Creation-Date" => "" | | "Last-Translator" => "" | | "Language-Team" => "" | | "MIME-Version" => "1.0" (3) | | "Content-Type" => "text/plain; charset=UTF-8" (25) | | "Content-Transfer-Encoding" => "8bit" (4) | | "Plural-Forms" => "nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4 ? 1 : 2));" (57) | | "X-Poedit-Language" => NULL | | "X-Poedit-Country" => NULL | | "X-Poedit-SourceCharset" => NULL | | "X-Poedit-KeywordsList" => NULL| database protected => Nette\Database\Connection (6)cart private => Nette\Http\SessionSection (5)| | dsn private => "mysql:host=localhost;dbname=shop" (32) | | driver private => Nette\Database\Drivers\MySqlDriver (1)| | | connection private => Nette\Database\Connection (6) { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor (6)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver (1) { ... } | | | params private => array (2) [ ... ] | | | remaining private => array (0) | | | counter private => 2 | | | arrayMode private => "assoc" (5)| | selectionFactory private => Nette\Database\Table\SelectionFactory (3)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection (4) { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage (4) { ... }| | pdo private => PDO (0) | | onQuery => array (1)| | | 0 => array (2) [ ... ]| session private => Nette\Http\Session (4)backlink => NULL lang => "cs" (2) invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request (7)| | regenerated private => NULL | | options private => array (14)| name private => "cart" (4) | data private => array (4)| | | gc_maxlifetime => 2592000 | | | cookie_lifetime => 2592000 | | | referer_check => "" | | | use_cookies => 1 | | | use_only_cookies => 1 | | | use_trans_sid => 0 | | | cookie_path => "/" | | | cookie_domain => "" | | | cookie_secure => FALSE | | | cookie_httponly => TRUE | | | cache_limiter => NULL | | | cache_expire => NULL | | | hash_function => NULL | | | hash_bits_per_character => NULL| | request private => Nette\Http\Request (9)| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript (10) { ... } | | | query private => array (0) | | | post private => array (0) | | | files private => array (0) | | | cookies private => array (4) [ ... ] | | | headers private => array (9) [ ... ] | | | remoteAddress private => "127.0.0.1" (9) | | | remoteHost private => NULL| | response private => Nette\Http\Response (5)| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | code private => 200| | numberItems => 0 | | prd => array (0) | | lastItem => "2" | | graveItem => "2"| meta private => NULL | warnOnUndefined => FALSE| method private => "GET" (3) | flags private => array (1)response private => Nette\Application\Responses\TextResponse (1)| | secured => FALSE| name private => "SmartPanel" (10) | params private => array (3)| | action => "shipping" (8) | | lang => "cs" (2) | | id => NULL| post private => array (0) | files private => array (0) | frozen private => TRUE| source private => Nette\Templating\FileTemplate (8)autoCanonicalize => TRUE absoluteUrls => FALSE globalParams private => array (0) globalState private => array (1)| | file private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\templates\SmartPanel\shipping.latte" (109) | | onPrepareFilters => array (1)| | | 0 => Nette\Callback (1) { ... }| | source private => NULL | | params private => array (23)| | | _control => SmartPanelPresenter (52) { RECURSION } | | | control => SmartPanelPresenter (52) { RECURSION } | | | _presenter => SmartPanelPresenter (52) { RECURSION } | | | presenter => SmartPanelPresenter (52) { RECURSION } | | | user => Nette\Security\User (8) { ... } | | | netteHttpResponse => Nette\Http\Response (5) { ... } | | | netteCacheStorage => Nette\Caching\Storages\FileStorage (4) { ... } | | | baseUrl => "http://localhost/platon/www" (27) | | | baseUri => "http://localhost/platon/www" (27) | | | basePath => "/platon/www" (11) | | | flashes => array (0) | | | shopName => "Birneshop DEMO" (14) | | | shopDescription => "Ecommerce 2.0 that works almost automatically." (46) | | | shopLogo => "logo (1).png" (12) | | | GA => "UA-42741537-1" (13) | | | bigSlider => NULL | | | slider => NULL | | | delivery => array (3) [ ... ] | | | status => array (3) [ ... ] | | | deliveryList => array (3) [ ... ] | | | template => Nette\Templating\FileTemplate (8) { RECURSION } | | | _g => stdClass (0) | | | _extended => TRUE| | filters private => array (0) | | helpers private => array (1)| | | translate => Nette\Callback (1) { ... }| | helperLoaders private => array (1)| | | 0 => Nette\Callback (1) { ... }| | cacheStorage private => Nette\Caching\Storages\PhpFileStorage (5)| | | hint => "\components\MenuControl.latte" (29) | | | dir private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache" (80) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal (9) { ... } | | | locks private => NULL| lang => "cs" (2)globalStateSinces private => array (1)| lang => "BasePresenter" (13)action private => "shipping" (8) view private => "shipping" (8) layout private => "layout" (6) payload private => stdClass (0) signalReceiver private => "" signal private => NULL ajaxMode private => FALSE startupCheck private => TRUE lastCreatedRequest private => Nette\Application\Request (7)| method private => "FORWARD" (7) | flags private => array (0) | name private => "SmartPanel" (10) | params private => array (4)lastCreatedRequestFlag private => array (1)| | shipid => 4 | | lang => "cs" (2) | | action => "shipping" (8) | | do => "removeShipping" (14)| post private => array (0) | files private => array (0) | frozen private => FALSE| current => FALSEcontext private => SystemContainer (7)| classes => array (39)application private => Nette\Application\Application (13)| | "nette\object" => FALSE | | "nette\config\extensions\netteaccessor" => "nette" (5) | | "nette\caching\storages\ijournal" => "nette.cacheJournal" (18) | | "nette\caching\storages\filejournal" => "nette.cacheJournal" (18) | | "nette\caching\istorage" => "cacheStorage" (12) | | "nette\caching\storages\filestorage" => "cacheStorage" (12) | | "nette\http\requestfactory" => "nette.httpRequestFactory" (24) | | "nette\http\irequest" => "httpRequest" (11) | | "nette\http\request" => "httpRequest" (11) | | "nette\http\iresponse" => "httpResponse" (12) | | "nette\http\response" => "httpResponse" (12) | | "nette\http\context" => "nette.httpContext" (17) | | "nette\http\session" => "session" (7) | | "nette\security\iuserstorage" => "nette.userStorage" (17) | | "nette\http\userstorage" => "nette.userStorage" (17) | | "nette\security\user" => "user" (4) | | "nette\application\application" => "application" (11) | | "nette\application\ipresenterfactory" => "nette.presenterFactory" (22) | | "nette\application\presenterfactory" => "nette.presenterFactory" (22) | | "nette\application\irouter" => "router" (6) | | "nette\mail\imailer" => "nette.mailer" (12) | | "nette\mail\sendmailmailer" => "nette.mailer" (12) | | "nette\database\connection" => "nette.database.default" (22) | | "nette\localization\itranslator" => "netteTranslator.translator" (26) | | "nettetranslator\gettext" => "netteTranslator.translator" (26) | | repository => FALSE | | categorymodel => "categoryModel" (13) | | ordermodel => "orderModel" (10) | | usermodel => "userModel" (9) | | blogmodel => "blogModel" (9) | | shopmodel => "shopModel" (9) | | "grido\datasources\idatasource" => "productModel" (12) | | productmodel => "productModel" (12) | | routerfactory => "routerFactory" (13) | | "nette\security\iauthenticator" => "authenticator" (13) | | authenticator => "authenticator" (13) | | "nette\freezableobject" => "container" (9) | | "nette\ifreezable" => "container" (9) | | "nette\di\container" => "container" (9)| meta => array (1)| | router => NULL| parameters => array (8)| | appDir => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app" (73) | | wwwDir => "C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/data/localweb/platon/www" (73) | | debugMode => TRUE | | productionMode => FALSE | | environment => "development" (11) | | consoleMode => FALSE | | container => array (2)| registry private => array (22)| | | class => "SystemContainer" (15) | | | parent => "Nette\DI\Container" (18)| | tempDir => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app/../temp" (81)| | "nette.httpRequestFactory" => Nette\Http\RequestFactory (2)| factories private => array (0) | creating private => array (0) | frozen private => FALSE| | | urlFilters => array (2) [ ... ] | | | encoding private => "UTF-8" (5)| | httpRequest => Nette\Http\Request (9)| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript (10) { ... } | | | query private => array (0) | | | post private => array (0) | | | files private => array (0) | | | cookies private => array (4) [ ... ] | | | headers private => array (9) [ ... ] | | | remoteAddress private => "127.0.0.1" (9) | | | remoteHost private => NULL| | httpResponse => Nette\Http\Response (5)| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | code private => 200| | session => Nette\Http\Session (4)| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request (9) { ... } | | | response private => Nette\Http\Response (5) { ... }| | router => Nette\Application\Routers\RouteList (3)| | | cachedRoutes private => array (5) [ ... ] | | | module private => "" | | | list private => array (10) [ ... ]| | "nette.presenterFactory" => Nette\Application\PresenterFactory (5)| | | caseSensitive => FALSE | | | mapping => array (2) [ ... ] | | | baseDir private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app" (73) | | | cache private => array (7) [ ... ] | | | container private => SystemContainer (7) { RECURSION }| | application => Nette\Application\Application (13)| | | catchExceptions => FALSE | | | errorPresenter => "Error" (5) | | | onStartup => NULL | | | onShutdown => NULL | | | onRequest => NULL | | | onResponse => NULL | | | onError => NULL | | | requests private => array (1) [ ... ] | | | presenter private => SmartPanelPresenter (52) { RECURSION } | | | httpRequest private => Nette\Http\Request (9) { ... } | | | httpResponse private => Nette\Http\Response (5) { ... } | | | presenterFactory private => Nette\Application\PresenterFactory (5) { ... } | | | router private => Nette\Application\Routers\RouteList (3) { ... }| | container => SystemContainer (7) { RECURSION } | | "nette.httpContext" => Nette\Http\Context (2)| | | request private => Nette\Http\Request (9) { ... } | | | response private => Nette\Http\Response (5) { ... }| | "nette.userStorage" => Nette\Http\UserStorage (3)| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session (4) { ... } | | | sessionSection private => Nette\Http\SessionSection (5) { ... }| | user => Nette\Security\User (8)| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage (3) { ... } | | | authenticator private => NULL | | | authorizator private => NULL | | | context private => SystemContainer (7) { RECURSION }| | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal (9)| | | file private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app/../temp/btfj.dat" (90) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array (0) | | | nodeChanged private => array (0) | | | toCommit private => array (0) | | | deletedLinks private => array (0) | | | dataNodeFreeSpace private => array (0)| | cacheStorage => Nette\Caching\Storages\FileStorage (4)| | | dir private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache" (80) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal (9) { ... } | | | locks private => NULL| | "nette.database.default" => Nette\Database\Connection (6)| | | dsn private => "mysql:host=localhost;dbname=shop" (32) | | | driver private => Nette\Database\Drivers\MySqlDriver (1) { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor (6) { ... } | | | selectionFactory private => Nette\Database\Table\SelectionFactory (3) { ... } | | | pdo private => PDO (0) | | | onQuery => array (1) [ ... ]| | productModel => ProductModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | "netteTranslator.translator" => NetteTranslator\Gettext (10)| | | files protected => array (1) [ ... ] | | | lang protected => "cs" (2) | | | dictionary protected => array (286) [ ... ] | | | useCache private => FALSE | | | loaded private => TRUE | | | sessionStorage private => Nette\Http\SessionSection (5) { ... } | | | cache private => Nette\Caching\Cache (4) { ... } | | | httpResponse private => Nette\Http\Response (5) { ... } | | | metadata private => array (1) [ ... ] | | | metadataList private => array (13) [ ... ]| | shopModel => ShopModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | categoryModel => CategoryModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | orderModel => OrderModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | blogModel => BlogModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | userModel => UserModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | "nette.templateCacheStorage" => Nette\Caching\Storages\PhpFileStorage (5)| | | hint => "\components\MenuControl.latte" (29) | | | dir private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache" (80) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal (9) { ... } | | | locks private => NULL| catchExceptions => FALSE | errorPresenter => "Error" (5) | onStartup => NULL | onShutdown => NULL | onRequest => NULL | onResponse => NULL | onError => NULL | requests private => array (1)httpContext private => Nette\Http\Context (2)| | 0 => Nette\Application\Request (7)| presenter private => SmartPanelPresenter (52) { RECURSION } | httpRequest private => Nette\Http\Request (9)| | | method private => "GET" (3) | | | flags private => array (1) [ ... ] | | | name private => "SmartPanel" (10) | | | params private => array (3) [ ... ] | | | post private => array (0) | | | files private => array (0) | | | frozen private => TRUE| | method private => "GET" (3) | | url private => Nette\Http\UrlScript (10)| httpResponse private => Nette\Http\Response (5)| | | scriptPath private => "/platon/www/" (12) | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "localhost" (9) | | | port private => 80 | | | path private => "/platon/www/smart-panel/shipping/cs" (35) | | | query private => "" | | | fragment private => "" | | | frozen private => TRUE| | query private => array (0) | | post private => array (0) | | files private => array (0) | | cookies private => array (4)| | | "nette-debug-bar" => "0:0" (3) | | | "nette-debug-panel-NetteTranslator-Panel" => "" | | | PHPSESSID => "2bd1ivjps91vlblc15mqd34mk4" (26) | | | "nette-browser" => "wyq2hevgnv" (10)| | headers private => array (9)| | | host => "localhost" (9) | | | connection => "keep-alive" (10) | | | "cache-control" => "max-age=0" (9) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63) | | | "user-agent" => "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36" (108) | | | referer => "http://localhost/platon/www/smart-panel/default/cs" (50) | | | "accept-encoding" => "gzip,deflate,sdch" (17) | | | "accept-language" => "cs-CZ,cs;q=0.8" (14) | | | cookie => "nette-debug-bar=0:0; nette-debug-panel-NetteTranslator-Panel=; PHPSESSID=2bd1ivjps91vlblc15mqd34mk4; nette-browser=wyq2hevgnv" (125)| | remoteAddress private => "127.0.0.1" (9) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| presenterFactory private => Nette\Application\PresenterFactory (5)| | caseSensitive => FALSE | | mapping => array (2)| router private => Nette\Application\Routers\RouteList (3)| | | "*" => "\*Module\*Presenter" (19) | | | Nette => "NetteModule\*\*Presenter" (24)| | baseDir private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app" (73) | | cache private => array (7)| | | SmartPanel => array (2) [ ... ] | | | Order => array (2) [ ... ] | | | Homepage => array (2) [ ... ] | | | Product => array (2) [ ... ] | | | Sign => array (2) [ ... ] | | | product => array (2) [ ... ] | | | Blog => array (2) [ ... ]| | container private => SystemContainer (7)| | | classes => array (39) [ ... ] | | | meta => array (1) [ ... ] | | | parameters => array (8) [ ... ] | | | registry private => array (22) [ ... ] | | | factories private => array (0) | | | creating private => array (0) | | | frozen private => FALSE| | cachedRoutes private => array (5)| | | "*" => array (2) [ ... ] | | | product => array (4) [ ... ] | | | blog => array (5) [ ... ] | | | order => array (4) [ ... ] | | | sign => array (3) [ ... ]| | module private => "" | | list private => array (10)| | | 0 => Nette\Application\Routers\Route (7) { ... } | | | 1 => Nette\Application\Routers\Route (7) { ... } | | | 2 => Nette\Application\Routers\Route (7) { ... } | | | 3 => Nette\Application\Routers\Route (7) { ... } | | | 4 => Nette\Application\Routers\Route (7) { ... } | | | 5 => Nette\Application\Routers\Route (7) { ... } | | | 6 => Nette\Application\Routers\Route (7) { ... } | | | 7 => Nette\Application\Routers\Route (7) { ... } | | | 8 => Nette\Application\Routers\Route (7) { ... } | | | 9 => Nette\Application\Routers\Route (7) { ... }| request private => Nette\Http\Request (9)httpRequest private => Nette\Http\Request (9)| | method private => "GET" (3) | | url private => Nette\Http\UrlScript (10)| response private => Nette\Http\Response (5)| | | scriptPath private => "/platon/www/" (12) | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "localhost" (9) | | | port private => 80 | | | path private => "/platon/www/smart-panel/shipping/cs" (35) | | | query private => "" | | | fragment private => "" | | | frozen private => TRUE| | query private => array (0) | | post private => array (0) | | files private => array (0) | | cookies private => array (4)| | | "nette-debug-bar" => "0:0" (3) | | | "nette-debug-panel-NetteTranslator-Panel" => "" | | | PHPSESSID => "2bd1ivjps91vlblc15mqd34mk4" (26) | | | "nette-browser" => "wyq2hevgnv" (10)| | headers private => array (9)| | | host => "localhost" (9) | | | connection => "keep-alive" (10) | | | "cache-control" => "max-age=0" (9) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63) | | | "user-agent" => "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36" (108) | | | referer => "http://localhost/platon/www/smart-panel/default/cs" (50) | | | "accept-encoding" => "gzip,deflate,sdch" (17) | | | "accept-language" => "cs-CZ,cs;q=0.8" (14) | | | cookie => "nette-debug-bar=0:0; nette-debug-panel-NetteTranslator-Panel=; PHPSESSID=2bd1ivjps91vlblc15mqd34mk4; nette-browser=wyq2hevgnv" (125)| | remoteAddress private => "127.0.0.1" (9) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| method private => "GET" (3) | url private => Nette\Http\UrlScript (10)httpResponse private => Nette\Http\Response (5)| | scriptPath private => "/platon/www/" (12) | | scheme private => "http" (4) | | user private => "" | | pass private => "" | | host private => "localhost" (9) | | port private => 80 | | path private => "/platon/www/smart-panel/shipping/cs" (35) | | query private => "" | | fragment private => "" | | frozen private => TRUE| query private => array (0) | post private => array (0) | files private => array (0) | cookies private => array (4)| | "nette-debug-bar" => "0:0" (3) | | "nette-debug-panel-NetteTranslator-Panel" => "" | | PHPSESSID => "2bd1ivjps91vlblc15mqd34mk4" (26) | | "nette-browser" => "wyq2hevgnv" (10)| headers private => array (9)| | host => "localhost" (9) | | connection => "keep-alive" (10) | | "cache-control" => "max-age=0" (9) | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63) | | "user-agent" => "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36" (108) | | referer => "http://localhost/platon/www/smart-panel/default/cs" (50) | | "accept-encoding" => "gzip,deflate,sdch" (17) | | "accept-language" => "cs-CZ,cs;q=0.8" (14) | | cookie => "nette-debug-bar=0:0; nette-debug-panel-NetteTranslator-Panel=; PHPSESSID=2bd1ivjps91vlblc15mqd34mk4; nette-browser=wyq2hevgnv" (125)| remoteAddress private => "127.0.0.1" (9) | remoteHost private => NULL| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | code private => 200session private => Nette\Http\Session (4)| regenerated private => NULL | options private => array (14)user private => Nette\Security\User (8)| | gc_maxlifetime => 2592000 | | cookie_lifetime => 2592000 | | referer_check => "" | | use_cookies => 1 | | use_only_cookies => 1 | | use_trans_sid => 0 | | cookie_path => "/" | | cookie_domain => "" | | cookie_secure => FALSE | | cookie_httponly => TRUE | | cache_limiter => NULL | | cache_expire => NULL | | hash_function => NULL | | hash_bits_per_character => NULL| request private => Nette\Http\Request (9)| | method private => "GET" (3) | | url private => Nette\Http\UrlScript (10)| response private => Nette\Http\Response (5)| | | scriptPath private => "/platon/www/" (12) | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "localhost" (9) | | | port private => 80 | | | path private => "/platon/www/smart-panel/shipping/cs" (35) | | | query private => "" | | | fragment private => "" | | | frozen private => TRUE| | query private => array (0) | | post private => array (0) | | files private => array (0) | | cookies private => array (4)| | | "nette-debug-bar" => "0:0" (3) | | | "nette-debug-panel-NetteTranslator-Panel" => "" | | | PHPSESSID => "2bd1ivjps91vlblc15mqd34mk4" (26) | | | "nette-browser" => "wyq2hevgnv" (10)| | headers private => array (9)| | | host => "localhost" (9) | | | connection => "keep-alive" (10) | | | "cache-control" => "max-age=0" (9) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63) | | | "user-agent" => "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36" (108) | | | referer => "http://localhost/platon/www/smart-panel/default/cs" (50) | | | "accept-encoding" => "gzip,deflate,sdch" (17) | | | "accept-language" => "cs-CZ,cs;q=0.8" (14) | | | cookie => "nette-debug-bar=0:0; nette-debug-panel-NetteTranslator-Panel=; PHPSESSID=2bd1ivjps91vlblc15mqd34mk4; nette-browser=wyq2hevgnv" (125)| | remoteAddress private => "127.0.0.1" (9) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage (3)template private => Nette\Templating\FileTemplate (8)| | namespace private => "" | | sessionHandler private => Nette\Http\Session (4)| authenticator private => NULL | authorizator private => NULL | context private => SystemContainer (7)| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request (9) { ... } | | | response private => Nette\Http\Response (5) { ... }| | sessionSection private => Nette\Http\SessionSection (5)| | | session private => Nette\Http\Session (4) { ... } | | | name private => "Nette.Http.UserStorage/" (23) | | | data private => array (8) [ ... ] | | | meta private => array (3) [ ... ] | | | warnOnUndefined => FALSE| | classes => array (39)| | | "nette\object" => FALSE | | | "nette\config\extensions\netteaccessor" => "nette" (5) | | | "nette\caching\storages\ijournal" => "nette.cacheJournal" (18) | | | "nette\caching\storages\filejournal" => "nette.cacheJournal" (18) | | | "nette\caching\istorage" => "cacheStorage" (12) | | | "nette\caching\storages\filestorage" => "cacheStorage" (12) | | | "nette\http\requestfactory" => "nette.httpRequestFactory" (24) | | | "nette\http\irequest" => "httpRequest" (11) | | | "nette\http\request" => "httpRequest" (11) | | | "nette\http\iresponse" => "httpResponse" (12) | | | "nette\http\response" => "httpResponse" (12) | | | "nette\http\context" => "nette.httpContext" (17) | | | "nette\http\session" => "session" (7) | | | "nette\security\iuserstorage" => "nette.userStorage" (17) | | | "nette\http\userstorage" => "nette.userStorage" (17) | | | "nette\security\user" => "user" (4) | | | "nette\application\application" => "application" (11) | | | "nette\application\ipresenterfactory" => "nette.presenterFactory" (22) | | | "nette\application\presenterfactory" => "nette.presenterFactory" (22) | | | "nette\application\irouter" => "router" (6) | | | "nette\mail\imailer" => "nette.mailer" (12) | | | "nette\mail\sendmailmailer" => "nette.mailer" (12) | | | "nette\database\connection" => "nette.database.default" (22) | | | "nette\localization\itranslator" => "netteTranslator.translator" (26) | | | "nettetranslator\gettext" => "netteTranslator.translator" (26) | | | repository => FALSE | | | categorymodel => "categoryModel" (13) | | | ordermodel => "orderModel" (10) | | | usermodel => "userModel" (9) | | | blogmodel => "blogModel" (9) | | | shopmodel => "shopModel" (9) | | | "grido\datasources\idatasource" => "productModel" (12) | | | productmodel => "productModel" (12) | | | routerfactory => "routerFactory" (13) | | | "nette\security\iauthenticator" => "authenticator" (13) | | | authenticator => "authenticator" (13) | | | "nette\freezableobject" => "container" (9) | | | "nette\ifreezable" => "container" (9) | | | "nette\di\container" => "container" (9)| | meta => array (1)| | | router => NULL| | parameters => array (8)| | | appDir => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app" (73) | | | wwwDir => "C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/data/localweb/platon/www" (73) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "development" (11) | | | consoleMode => FALSE | | | container => array (2) [ ... ] | | | tempDir => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app/../temp" (81)| | registry private => array (22)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory (2) { ... } | | | httpRequest => Nette\Http\Request (9) { ... } | | | httpResponse => Nette\Http\Response (5) { ... } | | | session => Nette\Http\Session (4) { ... } | | | router => Nette\Application\Routers\RouteList (3) { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory (5) { ... } | | | application => Nette\Application\Application (13) { ... } | | | container => SystemContainer (7) { RECURSION } | | | "nette.httpContext" => Nette\Http\Context (2) { ... } | | | "nette.userStorage" => Nette\Http\UserStorage (3) { ... } | | | user => Nette\Security\User (8) { RECURSION } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal (9) { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage (4) { ... } | | | "nette.database.default" => Nette\Database\Connection (6) { ... } | | | productModel => ProductModel (1) { ... } | | | "netteTranslator.translator" => NetteTranslator\Gettext (10) { ... } | | | shopModel => ShopModel (1) { ... } | | | categoryModel => CategoryModel (1) { ... } | | | orderModel => OrderModel (1) { ... } | | | blogModel => BlogModel (1) { ... } | | | userModel => UserModel (1) { ... } | | | "nette.templateCacheStorage" => Nette\Caching\Storages\PhpFileStorage (5) { ... }| | factories private => array (0) | | creating private => array (0) | | frozen private => FALSE| file private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\templates\SmartPanel\shipping.latte" (109) | onPrepareFilters => array (1)invalidSnippets private => array (0) snippetMode => NULL params protected => array (3)| | 0 => Nette\Callback (1)| source private => NULL | params private => array (23)| | | cb private => array (2) [ ... ]| | _control => SmartPanelPresenter (52) { RECURSION } | | control => SmartPanelPresenter (52) { RECURSION } | | _presenter => SmartPanelPresenter (52) { RECURSION } | | presenter => SmartPanelPresenter (52) { RECURSION } | | user => Nette\Security\User (8)| filters private => array (0) | helpers private => array (1)| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage (3) { ... } | | | authenticator private => NULL | | | authorizator private => NULL | | | context private => SystemContainer (7) { ... }| | netteHttpResponse => Nette\Http\Response (5)| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | code private => 200| | netteCacheStorage => Nette\Caching\Storages\FileStorage (4)| | | dir private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache" (80) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal (9) { ... } | | | locks private => NULL| | baseUrl => "http://localhost/platon/www" (27) | | baseUri => "http://localhost/platon/www" (27) | | basePath => "/platon/www" (11) | | flashes => array (0) | | shopName => "Birneshop DEMO" (14) | | shopDescription => "Ecommerce 2.0 that works almost automatically." (46) | | shopLogo => "logo (1).png" (12) | | GA => "UA-42741537-1" (13) | | bigSlider => NULL | | slider => NULL | | delivery => array (3)| | | 1 => Nette\Database\Table\ActiveRow (4) { ... } | | | 2 => Nette\Database\Table\ActiveRow (4) { ... } | | | 4 => Nette\Database\Table\ActiveRow (4) { ... }| | status => array (3)| | | 1 => "Active" (6) | | | 2 => "Non-Active" (10) | | | 3 => "Archived" (8)| | deliveryList => array (3)| | | 1 => "Personal pick up" (16) | | | 2 => "Czech postal service" (20) | | | 4 => "Central Warehouse" (17)| | template => Nette\Templating\FileTemplate (8) { RECURSION } | | _g => stdClass (0) | | _extended => TRUE| | translate => Nette\Callback (1)| helperLoaders private => array (1)| | | cb private => array (2) [ ... ]| | 0 => Nette\Callback (1)| cacheStorage private => Nette\Caching\Storages\PhpFileStorage (5)| | | cb private => "Nette\Templating\Helpers::loader" (32)| | hint => "\components\MenuControl.latte" (29) | | dir private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache" (80) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal (9)| | | file private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app/../temp/btfj.dat" (90) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array (0) | | | nodeChanged private => array (0) | | | toCommit private => array (0) | | | deletedLinks private => array (0) | | | dataNodeFreeSpace private => array (0)| | locks private => NULL| action => "shipping" (8) | lang => "cs" (2) | id => NULLcomponents private => array (5)| editShipping1 => Nette\Application\UI\Form (18)cloning private => NULL parent private => NULL name private => "SmartPanel" (10) monitors private => array (0) shopModel private => ShopModel (1)| | onSuccess => array (1)| editShipping2 => Nette\Application\UI\Form (18)| | | 0 => Nette\Callback (1) { ... }| | onError => NULL | | onSubmit => NULL | | submittedBy private => FALSE | | httpData private => NULL | | element private => Nette\Utils\Html (4)| | | name private => "form" (4) | | | isEmpty private => FALSE | | | attrs => array (3) [ ... ] | | | children protected => array (0)| | renderer private => Kdyby\BootstrapFormRenderer\BootstrapRenderer (4)| | | errorsAtInputs => TRUE | | | priorGroups => array (0) | | | form private => NULL | | | template private => NULL| | translator private => NetteTranslator\Gettext (10)| | | files protected => array (1) [ ... ] | | | lang protected => "cs" (2) | | | dictionary protected => array (286) [ ... ] | | | useCache private => FALSE | | | loaded private => TRUE | | | sessionStorage private => Nette\Http\SessionSection (5) { ... } | | | cache private => Nette\Caching\Cache (4) { ... } | | | httpResponse private => Nette\Http\Response (5) { ... } | | | metadata private => array (1) [ ... ] | | | metadataList private => array (13) [ ... ]| | groups private => array (0) | | errors private => array (0) | | onValidate => NULL | | currentGroup protected => NULL | | validated private => NULL | | components private => array (6)| | | name => Nette\Forms\Controls\TextInput (16) { ... } | | | desc => Nette\Forms\Controls\TextInput (16) { ... } | | | price => Nette\Forms\Controls\TextInput (16) { ... } | | | free => Nette\Forms\Controls\TextInput (16) { ... } | | | deliveryID => Nette\Forms\Controls\HiddenField (15) { ... } | | | edit => Nette\Forms\Controls\SubmitButton (17) { ... }| | cloning private => NULL | | parent private => SmartPanelPresenter (52) { RECURSION } | | name private => "editShipping1" (13) | | monitors private => array (2)| | | "Nette\Forms\Form" => array (4) [ ... ] | | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| | onSuccess => array (1)| editShipping4 => Nette\Application\UI\Form (18)| | | 0 => Nette\Callback (1) { ... }| | onError => NULL | | onSubmit => NULL | | submittedBy private => FALSE | | httpData private => NULL | | element private => Nette\Utils\Html (4)| | | name private => "form" (4) | | | isEmpty private => FALSE | | | attrs => array (3) [ ... ] | | | children protected => array (0)| | renderer private => Kdyby\BootstrapFormRenderer\BootstrapRenderer (4)| | | errorsAtInputs => TRUE | | | priorGroups => array (0) | | | form private => NULL | | | template private => NULL| | translator private => NetteTranslator\Gettext (10)| | | files protected => array (1) [ ... ] | | | lang protected => "cs" (2) | | | dictionary protected => array (286) [ ... ] | | | useCache private => FALSE | | | loaded private => TRUE | | | sessionStorage private => Nette\Http\SessionSection (5) { ... } | | | cache private => Nette\Caching\Cache (4) { ... } | | | httpResponse private => Nette\Http\Response (5) { ... } | | | metadata private => array (1) [ ... ] | | | metadataList private => array (13) [ ... ]| | groups private => array (0) | | errors private => array (0) | | onValidate => NULL | | currentGroup protected => NULL | | validated private => NULL | | components private => array (6)| | | name => Nette\Forms\Controls\TextInput (16) { ... } | | | desc => Nette\Forms\Controls\TextInput (16) { ... } | | | price => Nette\Forms\Controls\TextInput (16) { ... } | | | free => Nette\Forms\Controls\TextInput (16) { ... } | | | deliveryID => Nette\Forms\Controls\HiddenField (15) { ... } | | | edit => Nette\Forms\Controls\SubmitButton (17) { ... }| | cloning private => NULL | | parent private => SmartPanelPresenter (52) { RECURSION } | | name private => "editShipping2" (13) | | monitors private => array (2)| | | "Nette\Forms\Form" => array (4) [ ... ] | | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| | onSuccess => array (1)| menu => MenuControl (16)| | | 0 => Nette\Callback (1) { ... }| | onError => NULL | | onSubmit => NULL | | submittedBy private => FALSE | | httpData private => NULL | | element private => Nette\Utils\Html (4)| | | name private => "form" (4) | | | isEmpty private => FALSE | | | attrs => array (3) [ ... ] | | | children protected => array (0)| | renderer private => Kdyby\BootstrapFormRenderer\BootstrapRenderer (4)| | | errorsAtInputs => TRUE | | | priorGroups => array (0) | | | form private => NULL | | | template private => NULL| | translator private => NetteTranslator\Gettext (10)| | | files protected => array (1) [ ... ] | | | lang protected => "cs" (2) | | | dictionary protected => array (286) [ ... ] | | | useCache private => FALSE | | | loaded private => TRUE | | | sessionStorage private => Nette\Http\SessionSection (5) { ... } | | | cache private => Nette\Caching\Cache (4) { ... } | | | httpResponse private => Nette\Http\Response (5) { ... } | | | metadata private => array (1) [ ... ] | | | metadataList private => array (13) [ ... ]| | groups private => array (0) | | errors private => array (0) | | onValidate => NULL | | currentGroup protected => NULL | | validated private => NULL | | components private => array (6)| | | name => Nette\Forms\Controls\TextInput (16) { ... } | | | desc => Nette\Forms\Controls\TextInput (16) { ... } | | | price => Nette\Forms\Controls\TextInput (16) { ... } | | | free => Nette\Forms\Controls\TextInput (16) { ... } | | | deliveryID => Nette\Forms\Controls\HiddenField (15) { ... } | | | edit => Nette\Forms\Controls\SubmitButton (17) { ... }| | cloning private => NULL | | parent private => SmartPanelPresenter (52) { RECURSION } | | name private => "editShipping4" (13) | | monitors private => array (2)| | | "Nette\Forms\Form" => array (4) [ ... ] | | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| | lang => NULL | | translator protected => NetteTranslator\Gettext (10)| moduleControl => moduleControl (15)| | | files protected => array (1) [ ... ] | | | lang protected => "cs" (2) | | | dictionary protected => array (286) [ ... ] | | | useCache private => FALSE | | | loaded private => TRUE | | | sessionStorage private => Nette\Http\SessionSection (5) { ... } | | | cache private => Nette\Caching\Cache (4) { ... } | | | httpResponse private => Nette\Http\Response (5) { ... } | | | metadata private => array (1) [ ... ] | | | metadataList private => array (13) [ ... ]| | cart private => Nette\Http\SessionSection (5)| | | session private => Nette\Http\Session (4) { ... } | | | name private => "cart" (4) | | | data private => array (4) [ ... ] | | | meta private => NULL | | | warnOnUndefined => FALSE| | categoryModel private => CategoryModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | productModel private => ProductModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | blogModel private => BlogModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | shopModel private => ShopModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | template private => Nette\Templating\FileTemplate (8)| | | file private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\components\MenuControl.latte" (102) | | | onPrepareFilters => array (1) [ ... ] | | | source private => NULL | | | params private => array (17) [ ... ] | | | filters private => array (0) | | | helpers private => array (1) [ ... ] | | | helperLoaders private => array (1) [ ... ] | | | cacheStorage private => Nette\Caching\Storages\PhpFileStorage (5) { ... }| | invalidSnippets private => array (0) | | snippetMode => NULL | | params protected => array (1)| | | lang => NULL| | components private => array (0) | | cloning private => NULL | | parent private => SmartPanelPresenter (52) { RECURSION } | | name private => "menu" (4) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| | lang => NULL | | translator protected => NetteTranslator\Gettext (10)| | | files protected => array (1) [ ... ] | | | lang protected => "cs" (2) | | | dictionary protected => array (286) [ ... ] | | | useCache private => FALSE | | | loaded private => TRUE | | | sessionStorage private => Nette\Http\SessionSection (5) { ... } | | | cache private => Nette\Caching\Cache (4) { ... } | | | httpResponse private => Nette\Http\Response (5) { ... } | | | metadata private => array (1) [ ... ] | | | metadataList private => array (13) [ ... ]| | categoryModel private => CategoryModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | productModel private => ProductModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | blogModel private => NULL | | shopModel private => ShopModel (1)| | | database protected => Nette\Database\Connection (6) { ... }| | template private => Nette\Templating\FileTemplate (8)| | | file private => "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\components\shippingModules.latte" (106) | | | onPrepareFilters => array (1) [ ... ] | | | source private => NULL | | | params private => array (11) [ ... ] | | | filters private => array (0) | | | helpers private => array (1) [ ... ] | | | helperLoaders private => array (1) [ ... ] | | | cacheStorage private => Nette\Caching\Storages\PhpFileStorage (5) { ... }| | invalidSnippets private => array (0) | | snippetMode => NULL | | params protected => array (1)| | | lang => NULL| | components private => array (0) | | cloning private => NULL | | parent private => SmartPanelPresenter (52) { RECURSION } | | name private => "moduleControl" (13) | | monitors private => array (1)| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]| database protected => Nette\Database\Connection (6)categoryModel private => CategoryModel (1)| | dsn private => "mysql:host=localhost;dbname=shop" (32) | | driver private => Nette\Database\Drivers\MySqlDriver (1)| | | connection private => Nette\Database\Connection (6) { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor (6)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver (1) { ... } | | | params private => array (2) [ ... ] | | | remaining private => array (0) | | | counter private => 2 | | | arrayMode private => "assoc" (5)| | selectionFactory private => Nette\Database\Table\SelectionFactory (3)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection (4) { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage (4) { ... }| | pdo private => PDO (0) | | onQuery => array (1)| | | 0 => array (2) [ ... ]| database protected => Nette\Database\Connection (6)productModel private => ProductModel (1)| | dsn private => "mysql:host=localhost;dbname=shop" (32) | | driver private => Nette\Database\Drivers\MySqlDriver (1)| | | connection private => Nette\Database\Connection (6) { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor (6)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver (1) { ... } | | | params private => array (2) [ ... ] | | | remaining private => array (0) | | | counter private => 2 | | | arrayMode private => "assoc" (5)| | selectionFactory private => Nette\Database\Table\SelectionFactory (3)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection (4) { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage (4) { ... }| | pdo private => PDO (0) | | onQuery => array (1)| | | 0 => array (2) [ ... ]| database protected => Nette\Database\Connection (6)orderModel private => OrderModel (1)| | dsn private => "mysql:host=localhost;dbname=shop" (32) | | driver private => Nette\Database\Drivers\MySqlDriver (1)| | | connection private => Nette\Database\Connection (6) { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor (6)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver (1) { ... } | | | params private => array (2) [ ... ] | | | remaining private => array (0) | | | counter private => 2 | | | arrayMode private => "assoc" (5)| | selectionFactory private => Nette\Database\Table\SelectionFactory (3)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection (4) { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage (4) { ... }| | pdo private => PDO (0) | | onQuery => array (1)| | | 0 => array (2) [ ... ]| database protected => Nette\Database\Connection (6)| | dsn private => "mysql:host=localhost;dbname=shop" (32) | | driver private => Nette\Database\Drivers\MySqlDriver (1)| | | connection private => Nette\Database\Connection (6) { RECURSION }| | preprocessor private => Nette\Database\SqlPreprocessor (6)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | driver private => Nette\Database\Drivers\MySqlDriver (1) { ... } | | | params private => array (2) [ ... ] | | | remaining private => array (0) | | | counter private => 2 | | | arrayMode private => "assoc" (5)| | selectionFactory private => Nette\Database\Table\SelectionFactory (3)| | | connection private => Nette\Database\Connection (6) { RECURSION } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection (4) { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage (4) { ... }| | pdo private => PDO (0) | | onQuery => array (1)| | | 0 => array (2) [ ... ]
| REDIRECT_TMP | "C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/binaries/tmp" (61)
|
|---|---|
| REDIRECT_STATUS | "200" (3)
|
| TMP | "C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/binaries/tmp" (61)
|
| HTTP_HOST | "localhost" (9)
|
| HTTP_CONNECTION | "keep-alive" (10)
|
| HTTP_CACHE_CONTROL | "max-age=0" (9)
|
| HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63)
|
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36" (108)
|
| HTTP_REFERER | "http://localhost/platon/www/smart-panel/default/cs" (50)
|
| HTTP_ACCEPT_ENCODING | "gzip,deflate,sdch" (17)
|
| HTTP_ACCEPT_LANGUAGE | "cs-CZ,cs;q=0.8" (14)
|
| HTTP_COOKIE | "nette-debug-bar=0:0; nette-debug-panel-NetteTranslator-Panel=; PHPSESSID=2bd1ivjps91vlblc15mqd34mk4; nette-browser=wyq2hevgnv" (125)
|
| PATH | "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\binaries\php\php_runningversion;C:\Program Files (x86)\iis express\PHP\v5.4;C:\Program Files (x86)\Ea ... " (765)
|
| SystemRoot | "C:\Windows" (10)
|
| COMSPEC | "C:\Windows\system32\cmd.exe" (27)
|
| PATHEXT | ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" (53)
|
| WINDIR | "C:\Windows" (10)
|
| SERVER_SIGNATURE | ""
|
| SERVER_SOFTWARE | "Apache/2.4.4 (Win32) PHP/5.4.14" (31)
|
| SERVER_NAME | "localhost" (9)
|
| SERVER_ADDR | "127.0.0.1" (9)
|
| SERVER_PORT | "80" (2)
|
| REMOTE_ADDR | "127.0.0.1" (9)
|
| DOCUMENT_ROOT | "C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/data/localweb" (62)
|
| REQUEST_SCHEME | "http" (4)
|
| CONTEXT_PREFIX | ""
|
| CONTEXT_DOCUMENT_ROOT | "C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/data/localweb" (62)
|
| SERVER_ADMIN | "admin@127.0.0.1" (15)
|
| SCRIPT_FILENAME | "C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/data/localweb/platon/www/index.php" (83)
|
| REMOTE_PORT | "56020" (5)
|
| REDIRECT_URL | "/platon/www/smart-panel/shipping/cs" (35)
|
| GATEWAY_INTERFACE | "CGI/1.1" (7)
|
| SERVER_PROTOCOL | "HTTP/1.1" (8)
|
| REQUEST_METHOD | "GET" (3)
|
| QUERY_STRING | ""
|
| REQUEST_URI | "/platon/www/smart-panel/shipping/cs" (35)
|
| SCRIPT_NAME | "/platon/www/index.php" (21)
|
| PHP_SELF | "/platon/www/index.php" (21)
|
| REQUEST_TIME_FLOAT | 1375025966.081
|
| REQUEST_TIME | 1375025966
|
| __NF | Nette Session |
|---|
| Nette.Http.UserStorage/ | array (8) |
|---|---|
| NetteTranslator-Gettext | array (2) |
| cart | array (4) |
| edit | array (1) |
| Nette.Forms.Form/CSRF | array (1) |
| SmartPanel\Grid | array (1) |
| NETTE | TRUE
|
|---|---|
| NETTE_DIR | "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette" (80)
|
| NETTE_VERSION_ID | 20100
|
| NETTE_PACKAGE | "5.3" (3)
|
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\www\index.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\bootstrap.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\autoload.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\loader.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\common\exceptions.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\common\Object.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Utils\LimitedScope.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Loaders\AutoLoader.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Loaders\NetteLoader.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Diagnostics\Helpers.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Diagnostics\shortcuts.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Utils\Html.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Diagnostics\Debugger.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Diagnostics\Dumper.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Diagnostics\Logger.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Diagnostics\FireLogger.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Diagnostics\BlueScreen.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Diagnostics\Bar.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Diagnostics\DefaultBarPanel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Diagnostics\IBarPanel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Utils\SafeStream.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Config\Configurator.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Loaders\RobotLoader.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Caching\Storages\FileStorage.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Caching\IStorage.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Caching\Cache.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\common\Callback.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Kdyby\BootstrapFormRenderer\DI\RendererExtension.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Config\CompilerExtension.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Kdyby\Replicator\Container.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\Container.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\ComponentModel\Container.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\ComponentModel\Component.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\ComponentModel\IComponent.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\ComponentModel\IContainer.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\common\ObjectMixin.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\Controls\SubmitButton.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\Controls\Button.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\Controls\BaseControl.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\IControl.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\ISubmitterControl.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Caching\Storages\PhpFileStorage.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache\_Nette.Configurator\_-539725c6d2763a27595208c7f19e4c90.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\DI\Container.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\common\FreezableObject.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\common\IFreezable.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Reflection\ClassType.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Reflection\Method.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Http\Session.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Http\RequestFactory.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Http\UrlScript.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Http\Url.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Utils\Strings.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Http\Request.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Http\IRequest.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Http\Response.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Http\IResponse.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\common\DateTime.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Security\Identity.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Security\IIdentity.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Reflection\AnnotationsParser.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\common\Environment.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\Routers\RouteList.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\common\ArrayList.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\IRouter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\Routers\Route.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\Application.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\PresenterFactory.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\IPresenterFactory.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\Diagnostics\RoutingPanel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\Request.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\presenters\SmartPanelPresenter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\presenters\BasePresenter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\UI\Presenter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\UI\Control.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\UI\PresenterComponent.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\UI\ISignalReceiver.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\UI\IStatePersistent.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\UI\IRenderable.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\IPresenter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\DI\Helpers.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Reflection\Parameter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Http\Context.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Security\User.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Security\IUserStorage.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Http\UserStorage.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Security\Diagnostics\UserPanel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\model\ProductModel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\model\Repository.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Grido\DataSources\IDataSource.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\Connection.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\Statement.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\Drivers\MySqlDriver.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\ISupplementalDriver.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\Row.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\common\ArrayHash.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\SqlPreprocessor.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\Table\SelectionFactory.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\Reflection\DiscoveredReflection.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\IReflection.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Caching\Storages\FileJournal.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Caching\Storages\IJournal.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\Helpers.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\Diagnostics\ConnectionPanel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\NetteTranslator\Gettext.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Localization\ITranslator.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\NetteTranslator\shortcuts.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Http\SessionSection.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\NetteTranslator\Panel\Panel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Reflection\Property.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\UI\PresenterComponentReflection.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\model\ShopModel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\model\CategoryModel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\model\OrderModel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\model\BlogModel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\model\UserModel.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\Table\Selection.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\Table\SqlBuilder.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Database\Table\ActiveRow.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\UI\Form.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\Form.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Kdyby\BootstrapFormRenderer\BootstrapRenderer.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\IFormRenderer.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\Controls\TextInput.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\Controls\TextBase.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\Rules.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\Controls\SelectBox.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\Rule.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Forms\Controls\HiddenField.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\ComponentModel\RecursiveComponentIterator.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\UI\Link.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Iterators\Filter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Templating\FileTemplate.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Templating\Template.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Templating\ITemplate.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Templating\IFileTemplate.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\Responses\TextResponse.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\IResponse.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Application\exceptions.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\common\Framework.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache\_Nette.FileTemplate\_SmartPanel.shipping.latte-0310c893263886144a4236fd29512a99.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Latte\Macros\CoreMacros.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Latte\Macros\MacroSet.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Latte\IMacro.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache\_Nette.FileTemplate\_templates._layout.latte-661a06b9b2236dd6d24ca2518386390f.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Templating\Helpers.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\presenters\OrderPresenter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\presenters\HomepagePresenter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\components\MenuControl.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\components\BaseControl.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache\_Nette.FileTemplate\_components.MenuTopControl.latte-85437b63d72595cfc120b1912fec39ba.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\presenters\ProductPresenter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\presenters\SignPresenter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\temp\cache\_Nette.FileTemplate\_components.MenuControl.latte-d35439a6d51976b87aad11bf81c935e7.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\presenters\BlogPresenter.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Iterators\CachingIterator.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\components\moduleControl.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\app\components\zasilkovnaControl.php |
| C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\libs\Nette\Diagnostics\templates\bluescreen.phtml |
| Apache Version | Apache/2.4.4 (Win32) PHP/5.4.14 |
| Apache API Version | 20120211 |
| Server Administrator | admin@127.0.0.1 |
| Hostname:Port | 127.0.0.1:80 |
| Max Requests | Per Child: 0 - Keep Alive: on - Max Per Connection: 100 |
| Timeouts | Connection: 60 - Keep-Alive: 5 |
| Virtual Server | No |
| Server Root | C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/binaries/apache |
| Loaded Modules | core mod_win32 mpm_winnt http_core mod_so mod_access_compat mod_actions mod_alias mod_allowmethods mod_asis mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif mod_php5 |
| Directive | Local Value | Master Value |
|---|---|---|
| engine | 1 | 1 |
| last_modified | 0 | 0 |
| xbithack | 0 | 0 |
| Variable | Value |
|---|---|
| REDIRECT_TMP | C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/binaries/tmp |
| REDIRECT_STATUS | 200 |
| TMP | C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/binaries/tmp |
| HTTP_HOST | localhost |
| HTTP_CONNECTION | keep-alive |
| HTTP_CACHE_CONTROL | max-age=0 |
| HTTP_ACCEPT | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| HTTP_USER_AGENT | Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36 |
| HTTP_REFERER | http://localhost/platon/www/smart-panel/default/cs |
| HTTP_ACCEPT_ENCODING | gzip,deflate,sdch |
| HTTP_ACCEPT_LANGUAGE | cs-CZ,cs;q=0.8 |
| HTTP_COOKIE | nette-debug-bar=0:0; nette-debug-panel-NetteTranslator-Panel=; PHPSESSID=2bd1ivjps91vlblc15mqd34mk4; nette-browser=wyq2hevgnv |
| PATH | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\binaries\php\php_runningversion;C:\Program Files (x86)\iis express\PHP\v5.4;C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\binaries\php\php_runningversion;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\PROGRA~2\EASYPH~1.1VC\Apache\bin;C:\PROGRA~2\EASYPH~1.1VC\PHP |
| SystemRoot | C:\Windows |
| COMSPEC | C:\Windows\system32\cmd.exe |
| PATHEXT | .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC |
| WINDIR | C:\Windows |
| SERVER_SIGNATURE | no value |
| SERVER_SOFTWARE | Apache/2.4.4 (Win32) PHP/5.4.14 |
| SERVER_NAME | localhost |
| SERVER_ADDR | 127.0.0.1 |
| SERVER_PORT | 80 |
| REMOTE_ADDR | 127.0.0.1 |
| DOCUMENT_ROOT | C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/data/localweb |
| REQUEST_SCHEME | http |
| CONTEXT_PREFIX | no value |
| CONTEXT_DOCUMENT_ROOT | C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/data/localweb |
| SERVER_ADMIN | admin@127.0.0.1 |
| SCRIPT_FILENAME | C:/Program Files (x86)/EasyPHP-DevServer-13.1VC9/data/localweb/platon/www/index.php |
| REMOTE_PORT | 56020 |
| REDIRECT_URL | /platon/www/smart-panel/shipping/cs |
| GATEWAY_INTERFACE | CGI/1.1 |
| SERVER_PROTOCOL | HTTP/1.1 |
| REQUEST_METHOD | GET |
| QUERY_STRING | no value |
| REQUEST_URI | /platon/www/smart-panel/shipping/cs |
| SCRIPT_NAME | /platon/www/index.php |
| HTTP Request Headers | |
|---|---|
| HTTP Request | GET /platon/www/smart-panel/shipping/cs HTTP/1.1 |
| Host | localhost |
| Connection | keep-alive |
| Cache-Control | max-age=0 |
| Accept | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| User-Agent | Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36 |
| Referer | http://localhost/platon/www/smart-panel/default/cs |
| Accept-Encoding | gzip,deflate,sdch |
| Accept-Language | cs-CZ,cs;q=0.8 |
| Cookie | nette-debug-bar=0:0; nette-debug-panel-NetteTranslator-Panel=; PHPSESSID=2bd1ivjps91vlblc15mqd34mk4; nette-browser=wyq2hevgnv |
| HTTP Response Headers | |
| X-Powered-By | Nette Framework |
| Expires | Thu, 19 Nov 1981 08:52:00 GMT |
| Cache-Control | no-store, no-cache, must-revalidate, post-check=0, pre-check=0 |
| Pragma | no-cache |
| X-Frame-Options | SAMEORIGIN |
| Set-Cookie | PHPSESSID=2bd1ivjps91vlblc15mqd34mk4; expires=Tue, 27-Aug-2013 15:39:26 GMT; path=/; httponly |
| Set-Cookie | nette-browser=wyq2hevgnv; path=/; httponly |
| Keep-Alive | timeout=5, max=100 |
| Connection | Keep-Alive |
| Transfer-Encoding | chunked |
| Content-Type | text/html; charset=utf-8 |
| BCMath support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| bcmath.scale | 0 | 0 |
| BZip2 Support | Enabled |
| Stream Wrapper support | compress.bzip2:// |
| Stream Filter support | bzip2.decompress, bzip2.compress |
| BZip2 Version | 1.0.6, 6-Sept-2010 |
| Calendar support | enabled |
| PHP Version | 5.4.14 |
| Directive | Local Value | Master Value |
|---|---|---|
| allow_url_fopen | On | On |
| allow_url_include | Off | Off |
| always_populate_raw_post_data | Off | Off |
| arg_separator.input | & | & |
| arg_separator.output | & | & |
| asp_tags | Off | Off |
| auto_append_file | no value | no value |
| auto_globals_jit | On | On |
| auto_prepend_file | no value | no value |
| browscap | no value | no value |
| default_charset | no value | no value |
| default_mimetype | text/html | text/html |
| disable_classes | no value | no value |
| disable_functions | no value | no value |
| display_errors | On | On |
| display_startup_errors | On | On |
| doc_root | no value | no value |
| docref_ext | no value | no value |
| docref_root | no value | no value |
| enable_dl | Off | Off |
| enable_post_data_reading | On | On |
| error_append_string | no value | no value |
| error_log | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\data\localweb\platon\log/php_error.log | no value |
| error_prepend_string | no value | no value |
| error_reporting | 0 | 32767 |
| exit_on_timeout | Off | Off |
| expose_php | On | On |
| extension_dir | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\binaries\php\php_runningversion\ext\ | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\binaries\php\php_runningversion\ext\ |
| file_uploads | On | On |
| highlight.comment | #998; font-style: italic | #FF8000 |
| highlight.default | #000 | #0000BB |
| highlight.html | #06B | #000000 |
| highlight.keyword | #D24; font-weight: bold | #007700 |
| highlight.string | #080 | #DD0000 |
| html_errors | Off | On |
| ignore_repeated_errors | Off | Off |
| ignore_repeated_source | Off | Off |
| ignore_user_abort | Off | Off |
| implicit_flush | Off | Off |
| include_path | .;C:\php\pear | .;C:\php\pear |
| log_errors | Off | On |
| log_errors_max_len | 1024 | 1024 |
| mail.add_x_header | On | On |
| mail.force_extra_parameters | no value | no value |
| mail.log | no value | no value |
| max_execution_time | 30 | 30 |
| max_file_uploads | 20 | 20 |
| max_input_nesting_level | 64 | 64 |
| max_input_time | 60 | 60 |
| max_input_vars | 1000 | 1000 |
| memory_limit | 128M | 128M |
| open_basedir | no value | no value |
| output_buffering | 4096 | 4096 |
| output_handler | no value | no value |
| post_max_size | 8M | 8M |
| precision | 14 | 14 |
| realpath_cache_size | 16K | 16K |
| realpath_cache_ttl | 120 | 120 |
| register_argc_argv | Off | Off |
| report_memleaks | On | On |
| report_zend_debug | On | On |
| request_order | GP | GP |
| sendmail_from | no value | no value |
| sendmail_path | no value | no value |
| serialize_precision | 17 | 17 |
| short_open_tag | Off | Off |
| SMTP | 127.0.0.1 | 127.0.0.1 |
| smtp_port | 25 | 25 |
| sql.safe_mode | Off | Off |
| track_errors | On | On |
| unserialize_callback_func | no value | no value |
| upload_max_filesize | 2M | 2M |
| upload_tmp_dir | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\binaries\tmp\ | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\binaries\tmp\ |
| user_dir | no value | no value |
| user_ini.cache_ttl | 300 | 300 |
| user_ini.filename | .user.ini | .user.ini |
| variables_order | GPCS | GPCS |
| windows.show_crt_warning | Off | Off |
| xmlrpc_error_number | 0 | 0 |
| xmlrpc_errors | Off | Off |
| zend.detect_unicode | On | On |
| zend.enable_gc | On | On |
| zend.multibyte | Off | Off |
| zend.script_encoding | no value | no value |
| ctype functions | enabled |
| cURL support | enabled |
| cURL Information | 7.29.0 |
| Age | 3 |
| Features | |
| AsynchDNS | Yes |
| Debug | No |
| GSS-Negotiate | Yes |
| IDN | No |
| IPv6 | Yes |
| Largefile | Yes |
| NTLM | Yes |
| SPNEGO | Yes |
| SSL | Yes |
| SSPI | Yes |
| krb4 | No |
| libz | Yes |
| CharConv | No |
| Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp |
| Host | i386-pc-win32 |
| SSL Version | OpenSSL/1.0.1e |
| ZLib Version | 1.2.7 |
| libSSH Version | libssh2/1.4.2 |
| date/time support | enabled |
| "Olson" Timezone Database Version | 2013.2 |
| Timezone Database | internal |
| Default timezone | Europe/Prague |
| Directive | Local Value | Master Value |
|---|---|---|
| date.default_latitude | 31.7667 | 31.7667 |
| date.default_longitude | 35.2333 | 35.2333 |
| date.sunrise_zenith | 90.583333 | 90.583333 |
| date.sunset_zenith | 90.583333 | 90.583333 |
| date.timezone | Europe/Paris | Europe/Paris |
| DOM/XML | enabled |
| DOM/XML API Version | 20031129 |
| libxml Version | 2.7.8 |
| HTML Support | enabled |
| XPath Support | enabled |
| XPointer Support | enabled |
| Schema Support | enabled |
| RelaxNG Support | enabled |
| Regex Library | Bundled library enabled |
| Input Validation and Filtering | enabled |
| Revision | $Id: 2aa8dd57d9c0c655cd45e6e5872bb95fa5ad76cf $ |
| Directive | Local Value | Master Value |
|---|---|---|
| filter.default | unsafe_raw | unsafe_raw |
| filter.default_flags | no value | no value |
| FTP support | enabled |
| GD Support | enabled |
| GD Version | bundled (2.0.34 compatible) |
| FreeType Support | enabled |
| FreeType Linkage | with freetype |
| FreeType Version | 2.4.10 |
| GIF Read Support | enabled |
| GIF Create Support | enabled |
| JPEG Support | enabled |
| libJPEG Version | 8 |
| PNG Support | enabled |
| libPNG Version | 1.2.50 |
| WBMP Support | enabled |
| XPM Support | enabled |
| libXpm Version | 30411 |
| XBM Support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| gd.jpeg_ignore_warning | 0 | 0 |
| hash support | enabled |
| Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
| iconv support | enabled |
| iconv implementation | "libiconv" |
| iconv library version | 1.14 |
| Directive | Local Value | Master Value |
|---|---|---|
| iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.internal_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
| json support | enabled |
| json version | 1.2.1 |
| libXML support | active |
| libXML Compiled Version | 2.7.8 |
| libXML Loaded Version | 20708 |
| libXML streams | enabled |
| Multibyte Support | enabled |
| Multibyte string engine | libmbfl |
| HTTP input encoding translation | disabled |
| libmbfl version | 1.3.2 |
| mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
|---|
| Multibyte (japanese) regex support | enabled |
| Multibyte regex (oniguruma) version | 4.7.1 |
| Directive | Local Value | Master Value |
|---|---|---|
| mbstring.detect_order | no value | no value |
| mbstring.encoding_translation | Off | Off |
| mbstring.func_overload | 0 | 0 |
| mbstring.http_input | pass | pass |
| mbstring.http_output | pass | pass |
| mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
| mbstring.internal_encoding | no value | no value |
| mbstring.language | neutral | neutral |
| mbstring.strict_detection | Off | Off |
| mbstring.substitute_character | none | no value |
| mcrypt support | enabled |
|---|---|
| mcrypt_filter support | enabled |
| Version | 2.5.8 |
| Api No | 20021217 |
| Supported ciphers | cast-128 gost rijndael-128 twofish cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes arcfour |
| Supported modes | cbc cfb ctr ecb ncfb nofb ofb stream |
| Directive | Local Value | Master Value |
|---|---|---|
| mcrypt.algorithms_dir | no value | no value |
| mcrypt.modes_dir | no value | no value |
| MHASH support | Enabled |
| MHASH API Version | Emulated Support |
| MySQL Support | enabled |
|---|---|
| Active Persistent Links | 0 |
| Active Links | 0 |
| Client API version | mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| mysql.allow_local_infile | On | On |
| mysql.allow_persistent | On | On |
| mysql.connect_timeout | 60 | 60 |
| mysql.default_host | no value | no value |
| mysql.default_password | no value | no value |
| mysql.default_port | no value | no value |
| mysql.default_socket | no value | no value |
| mysql.default_user | no value | no value |
| mysql.max_links | Unlimited | Unlimited |
| mysql.max_persistent | Unlimited | Unlimited |
| mysql.trace_mode | Off | Off |
| MysqlI Support | enabled |
|---|---|
| Client API library version | mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $ |
| Active Persistent Links | 0 |
| Inactive Persistent Links | 0 |
| Active Links | 0 |
| Directive | Local Value | Master Value |
|---|---|---|
| mysqli.allow_local_infile | On | On |
| mysqli.allow_persistent | On | On |
| mysqli.default_host | no value | no value |
| mysqli.default_port | 3306 | 3306 |
| mysqli.default_pw | no value | no value |
| mysqli.default_socket | no value | no value |
| mysqli.default_user | no value | no value |
| mysqli.max_links | Unlimited | Unlimited |
| mysqli.max_persistent | Unlimited | Unlimited |
| mysqli.reconnect | Off | Off |
| mysqlnd | enabled |
|---|---|
| Version | mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $ |
| Compression | supported |
| SSL | supported |
| Command buffer size | 4096 |
| Read buffer size | 32768 |
| Read timeout | 31536000 |
| Collecting statistics | Yes |
| Collecting memory statistics | Yes |
| Tracing | n/a |
| Loaded plugins | mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password |
| API Extensions | mysql,mysqli,pdo_mysql |
| mysqlnd statistics | |
|---|---|
| bytes_sent | 2183680 |
| bytes_received | 11945743 |
| packets_sent | 31616 |
| packets_received | 207976 |
| protocol_overhead_in | 831904 |
| protocol_overhead_out | 126464 |
| bytes_received_ok_packet | 0 |
| bytes_received_eof_packet | 0 |
| bytes_received_rset_header_packet | 120393 |
| bytes_received_rset_field_meta_packet | 0 |
| bytes_received_rset_row_packet | 83769 |
| bytes_received_prepare_response_packet | 6327826 |
| bytes_received_change_user_packet | 5296234 |
| packets_sent_command | 15276 |
| packets_received_ok | 0 |
| packets_received_eof | 0 |
| packets_received_rset_header | 13377 |
| packets_received_rset_field_meta | 0 |
| packets_received_rset_row | 14637 |
| packets_received_prepare_response | 127621 |
| packets_received_change_user | 51172 |
| result_set_queries | 13373 |
| non_result_set_queries | 1258 |
| no_index_used | 2639 |
| bad_index_used | 0 |
| slow_queries | 0 |
| buffered_sets | 13346 |
| unbuffered_sets | 27 |
| ps_buffered_sets | 0 |
| ps_unbuffered_sets | 0 |
| flushed_normal_sets | 0 |
| flushed_ps_sets | 0 |
| ps_prepared_never_executed | 0 |
| ps_prepared_once_executed | 0 |
| rows_fetched_from_server_normal | 37799 |
| rows_fetched_from_server_ps | 0 |
| rows_buffered_from_client_normal | 37511 |
| rows_buffered_from_client_ps | 0 |
| rows_fetched_from_client_normal_buffered | 35183 |
| rows_fetched_from_client_normal_unbuffered | 288 |
| rows_fetched_from_client_ps_buffered | 0 |
| rows_fetched_from_client_ps_unbuffered | 0 |
| rows_fetched_from_client_ps_cursor | 0 |
| rows_affected_normal | 613 |
| rows_affected_ps | 0 |
| rows_skipped_normal | 37511 |
| rows_skipped_ps | 0 |
| copy_on_write_saved | 361177 |
| copy_on_write_performed | 27560 |
| command_buffer_too_small | 6 |
| connect_success | 531 |
| connect_failure | 1 |
| connection_reused | 0 |
| reconnect | 0 |
| pconnect_success | 68 |
| active_connections | 18446744073709551086 |
| active_persistent_connections | 18446744073709551548 |
| explicit_close | 530 |
| implicit_close | 0 |
| disconnect_close | 0 |
| in_middle_of_command_close | 0 |
| explicit_free_result | 13373 |
| implicit_free_result | 0 |
| explicit_stmt_close | 0 |
| implicit_stmt_close | 0 |
| mem_emalloc_count | 151274 |
| mem_emalloc_amount | 7284284 |
| mem_ecalloc_count | 153055 |
| mem_ecalloc_amount | 44555764 |
| mem_erealloc_count | 14736 |
| mem_erealloc_amount | 736300 |
| mem_efree_count | 308568 |
| mem_efree_amount | 51986752 |
| mem_malloc_count | 99159 |
| mem_malloc_amount | 217421291 |
| mem_calloc_count | 15773 |
| mem_calloc_amount | 526920 |
| mem_realloc_count | 0 |
| mem_realloc_amount | 0 |
| mem_free_count | 115637 |
| mem_free_amount | 217956989 |
| mem_estrndup_count | 1406 |
| mem_strndup_count | 358 |
| mem_estndup_count | 2848 |
| mem_strdup_count | 347 |
| proto_text_fetched_null | 0 |
| proto_text_fetched_bit | 0 |
| proto_text_fetched_tinyint | 3803 |
| proto_text_fetched_short | 0 |
| proto_text_fetched_int24 | 0 |
| proto_text_fetched_int | 94946 |
| proto_text_fetched_bigint | 27631 |
| proto_text_fetched_decimal | 0 |
| proto_text_fetched_float | 21515 |
| proto_text_fetched_double | 0 |
| proto_text_fetched_date | 11508 |
| proto_text_fetched_year | 0 |
| proto_text_fetched_time | 0 |
| proto_text_fetched_datetime | 235 |
| proto_text_fetched_timestamp | 0 |
| proto_text_fetched_string | 168461 |
| proto_text_fetched_blob | 6920 |
| proto_text_fetched_enum | 0 |
| proto_text_fetched_set | 0 |
| proto_text_fetched_geometry | 0 |
| proto_text_fetched_other | 0 |
| proto_binary_fetched_null | 0 |
| proto_binary_fetched_bit | 0 |
| proto_binary_fetched_tinyint | 0 |
| proto_binary_fetched_short | 0 |
| proto_binary_fetched_int24 | 0 |
| proto_binary_fetched_int | 0 |
| proto_binary_fetched_bigint | 0 |
| proto_binary_fetched_decimal | 0 |
| proto_binary_fetched_float | 0 |
| proto_binary_fetched_double | 0 |
| proto_binary_fetched_date | 0 |
| proto_binary_fetched_year | 0 |
| proto_binary_fetched_time | 0 |
| proto_binary_fetched_datetime | 0 |
| proto_binary_fetched_timestamp | 0 |
| proto_binary_fetched_string | 0 |
| proto_binary_fetched_blob | 0 |
| proto_binary_fetched_enum | 0 |
| proto_binary_fetched_set | 0 |
| proto_binary_fetched_geometry | 0 |
| proto_binary_fetched_other | 0 |
| init_command_executed_count | 0 |
| init_command_failed_count | 0 |
| com_quit | 530 |
| com_init_db | 105 |
| com_query | 14637 |
| com_field_list | 0 |
| com_create_db | 0 |
| com_drop_db | 0 |
| com_refresh | 0 |
| com_shutdown | 0 |
| com_statistics | 0 |
| com_process_info | 0 |
| com_connect | 0 |
| com_process_kill | 0 |
| com_debug | 0 |
| com_ping | 0 |
| com_time | 0 |
| com_delayed_insert | 0 |
| com_change_user | 0 |
| com_binlog_dump | 0 |
| com_table_dump | 0 |
| com_connect_out | 0 |
| com_register_slave | 0 |
| com_stmt_prepare | 0 |
| com_stmt_execute | 0 |
| com_stmt_send_long_data | 0 |
| com_stmt_close | 0 |
| com_stmt_reset | 0 |
| com_stmt_set_option | 4 |
| com_stmt_fetch | 0 |
| com_deamon | 0 |
| bytes_received_real_data_normal | 4697671 |
| bytes_received_real_data_ps | 0 |
| example statistics | |
|---|---|
| stat1 | 0 |
| stat2 | 0 |
| ODBC Support | enabled |
|---|---|
| Active Persistent Links | 0 |
| Active Links | 0 |
| ODBC library | Win32 |
| Directive | Local Value | Master Value |
|---|---|---|
| odbc.allow_persistent | On | On |
| odbc.check_persistent | On | On |
| odbc.default_cursortype | Static cursor | Static cursor |
| odbc.default_db | no value | no value |
| odbc.default_pw | no value | no value |
| odbc.default_user | no value | no value |
| odbc.defaultbinmode | return as is | return as is |
| odbc.defaultlrl | return up to 4096 bytes | return up to 4096 bytes |
| odbc.max_links | Unlimited | Unlimited |
| odbc.max_persistent | Unlimited | Unlimited |
| PCRE (Perl Compatible Regular Expressions) Support | enabled |
| PCRE Library Version | 8.32 2012-11-30 |
| Directive | Local Value | Master Value |
|---|---|---|
| pcre.backtrack_limit | 1000000 | 1000000 |
| pcre.recursion_limit | 100000 | 100000 |
| PDO support | enabled |
|---|---|
| PDO drivers | mysql, sqlite |
| PDO Driver for MySQL | enabled |
|---|---|
| Client API version | mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $ |
| PDO Driver for SQLite 3.x | enabled |
|---|---|
| SQLite Library | 3.7.7.1 |
| Phar: PHP Archive support | enabled |
|---|---|
| Phar EXT version | 2.0.1 |
| Phar API version | 1.1.1 |
| SVN revision | $Id: c5042cc34acebcc0926625b57dff03deebbe6472 $ |
| Phar-based phar archives | enabled |
| Tar-based phar archives | enabled |
| ZIP-based phar archives | enabled |
| gzip compression | enabled |
| bzip2 compression | enabled |
| OpenSSL support | disabled (install ext/openssl) |
|
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
| Directive | Local Value | Master Value |
|---|---|---|
| phar.cache_list | no value | no value |
| phar.readonly | On | On |
| phar.require_hash | On | On |
| Reflection | enabled |
|---|---|
| Version | $Id: 6c4d8062369898a397e4b128348042f5c01b4427 $ |
| Session Support | enabled |
| Registered save handlers | files user |
| Registered serializer handlers | php php_binary wddx |
| Directive | Local Value | Master Value |
|---|---|---|
| session.auto_start | Off | Off |
| session.cache_expire | 180 | 180 |
| session.cache_limiter | nocache | nocache |
| session.cookie_domain | no value | no value |
| session.cookie_httponly | On | Off |
| session.cookie_lifetime | 2592000 | 0 |
| session.cookie_path | / | / |
| session.cookie_secure | Off | Off |
| session.entropy_file | no value | no value |
| session.entropy_length | 0 | 0 |
| session.gc_divisor | 1000 | 1000 |
| session.gc_maxlifetime | 2592000 | 1440 |
| session.gc_probability | 1 | 1 |
| session.hash_bits_per_character | 5 | 5 |
| session.hash_function | 0 | 0 |
| session.name | PHPSESSID | PHPSESSID |
| session.referer_check | no value | no value |
| session.save_handler | files | files |
| session.save_path | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9/binaries/tmp | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9/binaries/tmp |
| session.serialize_handler | php | php |
| session.upload_progress.cleanup | On | On |
| session.upload_progress.enabled | On | On |
| session.upload_progress.freq | 1% | 1% |
| session.upload_progress.min_freq | 1 | 1 |
| session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
| session.upload_progress.prefix | upload_progress_ | upload_progress_ |
| session.use_cookies | On | On |
| session.use_only_cookies | On | On |
| session.use_trans_sid | 0 | 0 |
| Simplexml support | enabled |
|---|---|
| Revision | $Id: 692516840b2d7d6e7aedb0bedded1f53b764a99f $ |
| Schema support | enabled |
| Sockets Support | enabled |
| SPL support | enabled |
|---|---|
| Interfaces | Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
| Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
| SQLite3 support | enabled |
|---|---|
| SQLite3 module version | 0.7 |
| SQLite Library | 3.7.7.1 |
| Directive | Local Value | Master Value |
|---|---|---|
| sqlite3.extension_dir | no value | no value |
| Dynamic Library Support | enabled |
| Internal Sendmail Support for Windows | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| assert.active | 1 | 1 |
| assert.bail | 0 | 0 |
| assert.callback | no value | no value |
| assert.quiet_eval | 0 | 0 |
| assert.warning | 1 | 1 |
| auto_detect_line_endings | 0 | 0 |
| default_socket_timeout | 60 | 60 |
| from | no value | no value |
| url_rewriter.tags | a=href,area=href,frame=src,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
| user_agent | no value | no value |
| Tokenizer Support | enabled |
| WDDX Support | enabled |
|---|---|
| WDDX Session Serializer | enabled |
| xdebug support | enabled |
|---|---|
| Version | 2.2.2 |
| IDE Key | Lukas |
| Supported protocols | Revision |
|---|---|
| DBGp - Common DeBuGger Protocol | $Revision: 1.145 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| xdebug.auto_trace | Off | Off |
| xdebug.cli_color | 0 | 0 |
| xdebug.collect_assignments | Off | Off |
| xdebug.collect_includes | On | On |
| xdebug.collect_params | 4 | 4 |
| xdebug.collect_return | On | On |
| xdebug.collect_vars | On | On |
| xdebug.coverage_enable | On | On |
| xdebug.default_enable | Off | Off |
| xdebug.dump.COOKIE | no value | no value |
| xdebug.dump.ENV | no value | no value |
| xdebug.dump.FILES | no value | no value |
| xdebug.dump.GET | no value | no value |
| xdebug.dump.POST | no value | no value |
| xdebug.dump.REQUEST | no value | no value |
| xdebug.dump.SERVER | REMOTE_ADDR,REQUEST_METHOD,REQUEST_URI | REMOTE_ADDR,REQUEST_METHOD,REQUEST_URI |
| xdebug.dump.SESSION | no value | no value |
| xdebug.dump_globals | On | On |
| xdebug.dump_once | On | On |
| xdebug.dump_undefined | Off | Off |
| xdebug.extended_info | On | On |
| xdebug.file_link_format | no value | no value |
| xdebug.idekey | no value | no value |
| xdebug.max_nesting_level | 100 | 100 |
| xdebug.overload_var_dump | On | On |
| xdebug.profiler_aggregate | Off | Off |
| xdebug.profiler_append | On | On |
| xdebug.profiler_enable | Off | Off |
| xdebug.profiler_enable_trigger | On | On |
| xdebug.profiler_output_dir | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\binaries\xdebug\profiler | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\binaries\xdebug\profiler |
| xdebug.profiler_output_name | cachegrind.out.%s.%t | cachegrind.out.%s.%t |
| xdebug.remote_autostart | Off | Off |
| xdebug.remote_connect_back | Off | Off |
| xdebug.remote_cookie_expire_time | 3600 | 3600 |
| xdebug.remote_enable | On | On |
| xdebug.remote_handler | dbgp | dbgp |
| xdebug.remote_host | 127.0.0.1 | 127.0.0.1 |
| xdebug.remote_log | no value | no value |
| xdebug.remote_mode | req | req |
| xdebug.remote_port | 9000 | 9000 |
| xdebug.scream | Off | Off |
| xdebug.show_exception_trace | Off | Off |
| xdebug.show_local_vars | On | On |
| xdebug.show_mem_delta | On | On |
| xdebug.trace_enable_trigger | Off | Off |
| xdebug.trace_format | 0 | 0 |
| xdebug.trace_options | 0 | 0 |
| xdebug.trace_output_dir | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\binaries\xdebug\trace | C:\Program Files (x86)\EasyPHP-DevServer-13.1VC9\binaries\xdebug\trace |
| xdebug.trace_output_name | trace.%t | trace.%t |
| xdebug.var_display_max_children | 128 | 128 |
| xdebug.var_display_max_data | 512 | 512 |
| xdebug.var_display_max_depth | 3 | 3 |
| XML Support | active |
| XML Namespace Support | active |
| libxml2 Version | 2.7.8 |
| XMLReader | enabled |
| XMLWriter | enabled |
| XSL | enabled |
| libxslt Version | 1.1.27 |
| libxslt compiled against libxml Version | 2.7.8 |
| EXSLT | enabled |
| libexslt Version | 0.8.16 |
| YAZ Support | enabled |
| PHP/YAZ Version | 1.1.1 |
| YAZ Version | 4.2.34 |
| Compiled with YAZ version | 4.2.28 |
| Zip | enabled |
| Extension Version | $Id: 727cc853ca1ae15d995c3520c5719784ddc1e292 $ |
| Zip version | 1.11.0 |
| Libzip version | 0.10.1 |
| ZLib Support | enabled |
|---|---|
| Stream Wrapper | compress.zlib:// |
| Stream Filter | zlib.inflate, zlib.deflate |
| Compiled Version | 1.2.7 |
| Linked Version | 1.2.7 |
| Directive | Local Value | Master Value |
|---|---|---|
| zlib.output_compression | Off | Off |
| zlib.output_compression_level | -1 | -1 |
| zlib.output_handler | no value | no value |
| Module Name |
|---|
| Host | localhost |
|---|---|
| Connection | keep-alive |
| Cache-Control | max-age=0 |
| Accept | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| User-Agent | Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36 |
| Referer | http://localhost/platon/www/smart-panel/default/cs |
| Accept-Encoding | gzip,deflate,sdch |
| Accept-Language | cs-CZ,cs;q=0.8 |
| Cookie | nette-debug-bar=0:0; nette-debug-panel-NetteTranslator-Panel=; PHPSESSID=2bd1ivjps91vlblc15mqd34mk4; nette-browser=wyq2hevgnv |
empty
empty
| nette-debug-bar | "0:0" (3)
|
|---|---|
| nette-debug-panel-NetteTranslator-Panel | ""
|
| PHPSESSID | "2bd1ivjps91vlblc15mqd34mk4" (26)
|
| nette-browser | "wyq2hevgnv" (10)
|
Content-Type: text/html; charset=utf-8
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Set-Cookie: PHPSESSID=2bd1ivjps91vlblc15mqd34mk4; expires=Tue, 27-Aug-2013 15:39:26 GMT; path=/; httponly
Set-Cookie: nette-browser=wyq2hevgnv; path=/; httponly